home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d3 / pc_names.arc / INSTALL.BAT < prev    next >
DOS Batch File  |  1990-01-05  |  894b  |  44 lines

  1. ECHO OFF
  2. CLS
  3. ECHO  
  4. ECHO  
  5. ECHO  
  6. ECHO   This procedure installs PC-Names on your C: hard drive.
  7. ECHO  
  8. ECHO   The procedure creates a sub-directory called \PCN, then it
  9. ECHO       copies the PC-Names files to that new sub-directory.
  10. ECHO  
  11. ECHO   If this is NOT what you want to do, hold down the Ctrl key and
  12. ECHO       press C, and then reply Y.
  13. ECHO  
  14. ECHO  
  15. ECHO       Otherwise, to proceed with the installation:
  16. ECHO  
  17. PAUSE
  18. CLS
  19. ECHO  
  20. ECHO  
  21. ECHO  
  22. C:    
  23. CD\   
  24. ECHO   Creating \PCN sub-directory...
  25. MD PCN
  26. CD PCN
  27. ECHO  
  28. ECHO  
  29. ECHO   Copying files to new \PCN sub-directory...
  30. ECHO ON
  31. COPY A:*.*
  32. ECHO OFF
  33. CLS
  34. ECHO  
  35. ECHO  
  36. ECHO  
  37. ECHO   The INSTALL is now complete.
  38. ECHO  
  39. ECHO  
  40. ECHO   Key PCN and press ENTER to start PC-Names. After the program menu
  41. ECHO       appears, use the arrow key to choose HELP, then press ENTER.
  42. ECHO  
  43. ECHO ON
  44.